-
Notifications
You must be signed in to change notification settings - Fork 23
[UP] ⬆️ Update S3Operator chart to support new s3Operator ver… #77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
335809d to
0f097ff
Compare
sathieu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few non-blocking comments ...
|
|
||
| s3user: | ||
| overrideExistingSecret: false | ||
| s3: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| s3: | |
| s3instance: |
| region: us-east-1 | ||
| # secretRef: "my-s3-operator-auth-secret" | ||
| # caCertSecretRef: "my-s3-operator-cert-secret" | ||
| # allowedNamespaces: "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # allowedNamespaces: "" | |
| # allowedNamespaces: [] |
| {{- include "s3-operator.labels" . | nindent 4 }} | ||
| name: default-s3instance-credentials | ||
| type: Opaque | ||
| data: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| data: | |
| stringData: |
| url: "https://localhost:9000" | ||
| accessKey: "accessKey" | ||
| secretKey: "secretKey" | ||
| caCertificatesBase64: base64encodedPEMFormatCACertificate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why base64?
0f097ff to
cfa4e35
Compare
…sion